83a4e93d51a63672408088abae161b88a7b4aff2,java/org/lwjgl/opengles/NVPathRendering.java,NVPathRendering,glPathMemoryGlyphIndexArrayNV,#number#number#ByteBuffer#number#number#number#number#number#,698

Before Change


	 * @param emScale               
	 */
	public static int glPathMemoryGlyphIndexArrayNV(int firstPathName, int fontTarget, ByteBuffer fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) {
		return nglPathMemoryGlyphIndexArrayNV(firstPathName, fontTarget, (long)fontData.remaining(), memAddress(fontData), faceIndex, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale);
	}

	// --- [ glCopyPathNV ] ---

After Change


	 * @param emScale               
	 */
	public static int glPathMemoryGlyphIndexArrayNV(int firstPathName, int fontTarget, ByteBuffer fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) {
		return nglPathMemoryGlyphIndexArrayNV(firstPathName, fontTarget, fontData.remaining(), memAddress(fontData), faceIndex, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale);
	}

	// --- [ glCopyPathNV ] ---